3.2.39 \(\int \frac {1}{(a g+b g x) (A+B \log (\frac {e (a+b x)^2}{(c+d x)^2}))} \, dx\) [139]

Optimal. Leaf size=37 \[ \text {Int}\left (\frac {1}{(a g+b g x) \left (A+B \log \left (\frac {e (a+b x)^2}{(c+d x)^2}\right )\right )},x\right ) \]

[Out]

Unintegrable(1/(b*g*x+a*g)/(A+B*ln(e*(b*x+a)^2/(d*x+c)^2)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {1}{(a g+b g x) \left (A+B \log \left (\frac {e (a+b x)^2}{(c+d x)^2}\right )\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[1/((a*g + b*g*x)*(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])),x]

[Out]

Defer[Int][1/((a*g + b*g*x)*(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])), x]

Rubi steps

\begin {align*} \int \frac {1}{(a g+b g x) \left (A+B \log \left (\frac {e (a+b x)^2}{(c+d x)^2}\right )\right )} \, dx &=\int \frac {1}{(a g+b g x) \left (A+B \log \left (\frac {e (a+b x)^2}{(c+d x)^2}\right )\right )} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{(a g+b g x) \left (A+B \log \left (\frac {e (a+b x)^2}{(c+d x)^2}\right )\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[1/((a*g + b*g*x)*(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])),x]

[Out]

Integrate[1/((a*g + b*g*x)*(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])), x]

________________________________________________________________________________________

Maple [A]
time = 1.03, size = 0, normalized size = 0.00 \[\int \frac {1}{\left (b g x +a g \right ) \left (A +B \ln \left (\frac {e \left (b x +a \right )^{2}}{\left (d x +c \right )^{2}}\right )\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*g*x+a*g)/(A+B*ln(e*(b*x+a)^2/(d*x+c)^2)),x)

[Out]

int(1/(b*g*x+a*g)/(A+B*ln(e*(b*x+a)^2/(d*x+c)^2)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)/(A+B*log(e*(b*x+a)^2/(d*x+c)^2)),x, algorithm="maxima")

[Out]

integrate(1/((b*g*x + a*g)*(B*log((b*x + a)^2*e/(d*x + c)^2) + A)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)/(A+B*log(e*(b*x+a)^2/(d*x+c)^2)),x, algorithm="fricas")

[Out]

integral(1/(A*b*g*x + A*a*g + (B*b*g*x + B*a*g)*log((b^2*x^2 + 2*a*b*x + a^2)*e/(d^2*x^2 + 2*c*d*x + c^2))), x
)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \frac {\int \frac {1}{A a + A b x + B a \log {\left (\frac {a^{2} e}{c^{2} + 2 c d x + d^{2} x^{2}} + \frac {2 a b e x}{c^{2} + 2 c d x + d^{2} x^{2}} + \frac {b^{2} e x^{2}}{c^{2} + 2 c d x + d^{2} x^{2}} \right )} + B b x \log {\left (\frac {a^{2} e}{c^{2} + 2 c d x + d^{2} x^{2}} + \frac {2 a b e x}{c^{2} + 2 c d x + d^{2} x^{2}} + \frac {b^{2} e x^{2}}{c^{2} + 2 c d x + d^{2} x^{2}} \right )}}\, dx}{g} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)/(A+B*ln(e*(b*x+a)**2/(d*x+c)**2)),x)

[Out]

Integral(1/(A*a + A*b*x + B*a*log(a**2*e/(c**2 + 2*c*d*x + d**2*x**2) + 2*a*b*e*x/(c**2 + 2*c*d*x + d**2*x**2)
 + b**2*e*x**2/(c**2 + 2*c*d*x + d**2*x**2)) + B*b*x*log(a**2*e/(c**2 + 2*c*d*x + d**2*x**2) + 2*a*b*e*x/(c**2
 + 2*c*d*x + d**2*x**2) + b**2*e*x**2/(c**2 + 2*c*d*x + d**2*x**2))), x)/g

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)/(A+B*log(e*(b*x+a)^2/(d*x+c)^2)),x, algorithm="giac")

[Out]

integrate(1/((b*g*x + a*g)*(B*log((b*x + a)^2*e/(d*x + c)^2) + A)), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {1}{\left (a\,g+b\,g\,x\right )\,\left (A+B\,\ln \left (\frac {e\,{\left (a+b\,x\right )}^2}{{\left (c+d\,x\right )}^2}\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a*g + b*g*x)*(A + B*log((e*(a + b*x)^2)/(c + d*x)^2))),x)

[Out]

int(1/((a*g + b*g*x)*(A + B*log((e*(a + b*x)^2)/(c + d*x)^2))), x)

________________________________________________________________________________________